PDFAnsiTrueTypeFont Constructor(Stream,int,double,boolean)
In This Topic
Initializes a new Object.
Syntax
public PDFAnsiTrueTypeFont(
Stream ,
int ,
double ,
boolean
)
|
Parameters
- stream
- TrueType collection stream.
- index
- TrueType font index in the collection.
- size
- Font size.
- embed
- If true, the font will be embedded in the PDF file.
See Also